projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdf49a7
)
GtkFileChooser: Fix an ordering issue
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 2 May 2015 05:04:01 +0000
(
01:04
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 2 May 2015 05:04:01 +0000
(
01:04
-0400)
The previous commit removed default-valued properties,
but apparently that has a negative effect for grid
packing properties, so put the explicit value back.
gtk/ui/gtkfilechooserwidget.ui
patch
|
blob
|
history
diff --git
a/gtk/ui/gtkfilechooserwidget.ui
b/gtk/ui/gtkfilechooserwidget.ui
index a9be3f367b4ad8662ac522b7cd81ac3f704c329a..d5e8debb464c8a3c09b4b2dbd92313c1a538c4d2 100644
(file)
--- a/
gtk/ui/gtkfilechooserwidget.ui
+++ b/
gtk/ui/gtkfilechooserwidget.ui
@@
-400,6
+400,7
@@
<signal name="changed" handler="new_folder_name_changed"/>
</object>
<packing>
+ <property name="left-attach">0</property>
<property name="top-attach">1</property>
</packing>
</child>